home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmC3_501_EachWindow < prev    next >
Encoding:
Text File  |  1992-04-08  |  662 b   |  33 lines

  1. %case sourcefile%
  2.     %if rsrcID > 999%
  3.         %genfile window U+windname+.cp%
  4.         %genfile window.h U+windname+.h%
  5.     %endif%
  6. %case includeWindow%
  7.     %if rsrcID > 999%
  8.         #ifndef __U%windname%__
  9.         #include "U%windname%.h"
  10.         #endif
  11.  
  12.     %endif%
  13. %case dependency%
  14.     %if rsrcID > 999%
  15.         "{SrcApp}U%windname%.h" ∂
  16.     %endif%
  17. %case makeDepend%
  18.     %if rsrcID > 999%
  19.  
  20.         "{ObjApp}U%windname%.cp.o"%        %ƒ    "{SrcApp}U%windname%.cp" ∂
  21.                                             "{SrcApp}U%windname%.h" ∂
  22.                                             "{SrcApp}ResourceDefs.h" ∂
  23.                                             {CPlusLoad}
  24.     %endif%
  25. %case makeWindow%
  26.     %if rsrcID > 999%
  27.         aWindow = New%windname% (this);
  28.     %endif%
  29. %case linkFile%
  30.     %if rsrcID > 999%
  31.         "{ObjApp}U%windname%.cp.o" ∂
  32.     %endif%
  33.